home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
- String STRING002
-
- ;------------------------------------------------------------------------------
-
- If (GetToken() == "339") Then
- PrintLn "@X0FSaving Message.@X07.@X08."
- Else
- PrintLn "@X0FText Entry Aborted.@X07.@X08."
- Endif
- STRING001 = TempPath() + "CALLED." + String(PcbNode())
- If (Exist(STRING001)) Then
- STRING002 = ReadLine(STRING001, 1)
- FClose -1
- Delete STRING001
- Tokenize STRING002
- Call GetToken()
- End
- Endif
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 3 Goto
- ; 2 Let
- ; 2 PrintLn
- ; 2 If
- ; 1 FClose
- ; 1 Delete
- ; 1 Tokenize
- ; 1 Call
- ;
- ;
- ; ■ Functions used :
- ;
- ; 1 -
- ; 2 +
- ; 1 ==
- ; 2 !
- ; 1 String()
- ; 1 PcbNode()
- ; 1 ReadLine()
- ; 2 GetToken()
- ; 1 Exist()
- ; 1 TempPath()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : C
- ;
- ; C - Call child PPE ■ 3
- ; This is usually normal, but may be a tricky way to launch some
- ; sysop-only commands.
- ; ■ Search for : CALL
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 2 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-